Pet Store Web Service
Pet Json Schema
Description
Represents a single Pet in the Store.
Overview
Pet
Represents a single Pet in the Store.
tags : Array[Tag]
Tags currently applied to this Pet.
id : long
Unique identifier for this tag.
name : string
Tag Name.
id : long
Unique identifier for this pet.
category : Category
Pet category.
id : long
Unique identifier for this category.
name : string
Category Name.
status : string
Pet Status.
name : string
Pet Name.
photoUrls : Array[]
Photo Urls.
Properties
NameDescriptionData Type
tagsTags currently applied to this Pet.Array[Tag]
idUnique identifier for this pet.long
categoryPet category.Category
statusPet Status.string
namePet Name.string
photoUrlsPhoto Urls.Array[]
See Also
Pet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.